github.com/jackc/pgx/v5.dbTx.savepointNum (field)
4 uses
github.com/jackc/pgx/v5 (current package)
tx.go#L159: savepointNum int64
tx.go#L170: tx.savepointNum++
tx.go#L171: _, err := tx.conn.Exec(ctx, "savepoint sp_"+strconv.FormatInt(tx.savepointNum, 10))
tx.go#L176: return &dbSimulatedNestedTx{tx: tx, savepointNum: tx.savepointNum}, nil
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)